﻿/*
NMGF CSS Reset
理念：打造国风品牌 优化开发模式
特色：1.适应中文 2.基于最新主流浏览器
维护：超越经典--国风技术部（nmgf.net）
版本:1.0
*/
/*************************************
	nmgf.net V1.1
	Author:SuPer Zhang
	Updated:2012-4-19, 10:03:35
	Updated:
	Updated by:
*************************************/
/* 设置浏览器默认背景色 */
/*清除float*/
/* Clear Fix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
/* end of clearfix */
/*清除float_end*/
/* 清除内外边距 */
body, div, form, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, code, blockquote /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
	text-align:left;
}
/* 设置默认行高 */
body {
	line-height: 1.5;
}
.p14{ font-size:14px; font-family:"微软雅黑";}
.p16{ font-size:16px; font-family:"微软雅黑";}
.p18{ font-size:18px; font-family:"微软雅黑";}
.di10{ margin-bottom:10px;}
.l{ float:left;}
.r{ float:right;}
.juz{ margin:0 auto;}
/* 设置默认字体 */
body, button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup {  /* 将斜体扶正  */
font-style: normal;
font-weight: normal;
 }
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; color:#fff;}


abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea { /* 使得表单元素在 ie 下能继承字体大小 */
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
	text-align:center;
}
/* 重置定义焦点样式 */
:focus {
	outline: 0;
}
/* 重置定义链接样式 */
:link, :visited, ins {
	text-decoration: none;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

/*调整IE */
/*针对For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 100%;
}

/*清除浮动*/
.both{ clear:both; width:100%; height:1px;margin:0 auto; overflow:hidden;}
/*清除浮动 end*/


/****************************列表分页样式**********************************/
.paginator1{text-align:center; }
.paginator { font-size:12px; margin: 0px;}
.paginator a {color: #000; padding: 2px 6px; border: solid 1px #cccccc; text-decoration: none;margin-right:2px;background:#fff}
.paginator a:visited {padding: 2px 6px; border: solid 1px #cccccc; background: #fff; text-decoration: none;}
.paginator .cpb {padding: 2px 6px;font-weight: bold; font-size: 13px;border:none}
.paginator a:hover {color:#fff; background: #FFA200;border-color:#ccc;text-decoration: none;}

/****************************简介类分页样式**********************************************/
 /**总页数**/
.count {font-size: 12px;color:red;padding: 5px;margin: 0px; font-size:12px;}
/**上一页**/
.prev{color:#000;border: 0;text-decoration: none; font-size:12px;}
/**总页数**/
.active{padding: 1px 6px;border: 0;text-decoration: none;color:Blue; font-size:12px; font-weight:bold;}
/**1、2、3.....页**/
.num{padding: 1px 6px;color:green;font-weight: bold;font-size: 12px;border: none; text-decoration: none;}
/**下一页**/
.next{ text-decoration:none; color:#000;font-size:12px;border: 0;}